home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 132 (Alt)
/
Vol 132.iso
/
games
/
hewitt.swf
/
scripts
/
DefineSprite_4325
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2011-06-09
|
237 b
|
16 lines
stop();
t = 0;
frameCount = 0;
frame = 0;
onEnterFrame = function()
{
t++;
if(t == 2)
{
frameCount += _root.moviespeed;
frame = Math.round(frameCount);
t = 0;
}
this.gotoAndStop(frame);
};